﻿@charset "utf-8";
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

input {
    
}
ul li{ list-style: none;}
textarea {
    -webkit-appearance: none
}

.container {
    width: 1180px;
    margin: 0 auto
}

.font15 {
    color: #666;
    font-size: 16px;
    line-height: 30px
}

.font16 {
    font-size: 16px
}

.font24 {
    color: #333;
    font-size: 24px;
    margin-bottom: 10px
}

.font36 {
    font-size: 36px;
    margin-bottom: 40px
}


.headerFixed {
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1)
}

.header-top {
    color: #000;
    height: 65px;
    line-height: 55px;
    text-align: right;
   
}

.header-top a {
	text-decoration:none;
    color: #000
}

.header-top a:hover {
    text-decoration:none;
}

.header-top .tel {
vertical-align:middle;      font-size: 18px;
    font-family: arial
}

.header-top .tel img {
    max-height: 34px;
     vertical-align: middle;
}

.header-top .language {
    font-weight: bold;
    font-family: arial
}

.header-top .language img {
    margin: 8px 10px 0 0
}

.header {
    top: 0;
    left: 0;
    position: fixed;
    background: #fff;
    z-index: 99;
    width: 100%
}

.header .container {
    z-index: 9;
    width: 90%;
    position: relative
}

.header .logo {
    top: 28px;
    left: 0;
    position: absolute
}

.header .nav {
    float: left
}

.header .nav li {
    float: left;
    height: 60px;
    text-align: center;
    min-width: 7%;
    line-height: 60px;

    position: relative
}

.header .nav li:first-child {
    min-width: 100px
}

.header .nav li:before {
    left: 50%;
    content: "";
    width: 0;
    top: 0;
    height: 2px;
    opacity: 0;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    background: #0075C2;
    position: absolute
}

.header .nav li:after {
    content: "";
    left: 50%;
    top: 2px;
    opacity: 0;
    margin-left: -5px;
    position: absolute;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    border-top: solid 7px #0075C2;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent
}

.header .nav li span {
    font-size: 23px;
    display: block;
    font-family: "TOURINA SSI_0"
}

.header .nav li font {
    margin-left: 5px;
    display: inline-block
}

.header .nav li>a {
    color: #000;
    font-size: 16px;
    display: block
}



.header .nav li .subnav {
    left: 50%;
    width: 155px;
    display: none;
    z-index: 55;
    margin-left: -77.5px;
    position: absolute;
    background-color: #0075c2;
}

.header .nav li .subnav a {
    color: #FFFFFF;
    display: block;
    font-size: 17px;
}

.header .nav li .subnav a:hover {
    color: #000000;
    text-decoration:underline;
}

.header .nav li .subnav a:first-child {
    margin-top: 0
}

.header .nav li:first-child a:before {
    display: none
}

.header .nav li:hover>a,
.header .nav .active>a {
    color: #0075C2
}

.header .nav li:hover:before,
.header .nav .active:before {
    opacity: 1;
    width: 100px;
    margin-left: -50px
}

.header .nav li:hover:after,
.header .nav .active:after {
    bottom: 0;
    opacity: 1
}

.header .searchbtn {
    right: 0;
    top: 60px;
    position: absolute
}

.header .search-warp {
    top: 159px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 235px;
    background: #fff;
    padding-top: 45px;
    display: none;
    position: absolute;
    background: url(../images/white-bg.png) repeat
}

.header .search-close {
    color: #000;
    text-align: right
}

.header .search-close:hover {
    color: #0075C2
}

.search-box {
    width: 660px;
    margin: 0 auto;
    position: relative
}

.search-box .btn {
    width: 135px;
    height: 45px;
    color: #fff;
    float: right;
    font-size: 18px;
    text-align: center;
    font-family: arial;
    line-height: 45px;
    display: inline-block;
    background: #0075C2
}

.search-box .btn img {
    margin: 12px 5px 0 0
}

.search-box .btn:hover {
    background: #0075c2
}

.select_option {
    display: none;
    left: -1px;
    top: 43px;
    position: absolute;
    z-index: 9;
    border: 1px solid #dedede;
    background: #fff;
    border-top: none
}

.ser_box {
    display: inline-block;
    float: left
}

.select_box {
    color: #666;
    font-size: 14px;
    width: 96px;
    text-align: center;
    line-height: 43px;
    height: 45px;
    float: left;
    z-index: 28;
    padding: 0 20px 0 10px;
    background: #fff;
    position: absolute;
    left: 0;
    border: solid 1px #d3d3d3;
    border-right: 0;
    background: url("../images/search_ico.png") no-repeat center right #fff
}

.select_box:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 18px;
    top: 12px;
    right: 0;
    background: #d5d4d4
}

.select_showbox {
    overflow: hidden
}

.inputz {
    height: 26px;
    z-index: 1;
    width: 100%;
    position: relative
}

.search select {
    display: none
}

.search .select_option li {
    text-align: center;
    list-style: none;
    width: 96px;
    z-index: 9;
    padding: 0 20px 0 10px;
    cursor: pointer;
    border-top: solid 1px #eee
}

.search .select_option li.hover {
    background: #c00;
    color: #fff
}

.search input.inp_srh,
.search input.btn_srh {
    border: none;
    height: 26px;
    line-height: 26px;
    float: left
}

.search-input {
    float: left;
    width: 420px;
    height: 45px;
    padding: 10px;
    background: #fff;
    margin-left: 96px;
    border: solid 1px #d3d3d3;
    border-left: 0
}

.search-input input {
  width:100%;  border: 0;
    padding-top: 3px
}

.banner {
	margin-top: 125px;
    width: 100%;
    display: block;
    height: 644px;
    overflow: hidden;
    position: relative;
    text-align: center
}

.banner .pic {
    width: 100%;
    height: 644px;
    overflow: hidden
}

.banner .pic span {
    display: block;
    width: 1920px;
    left: 50%;
    height: 644px;
    position: relative;
    text-align: center;
    margin-left: -960px
}

.banner .slick-active img {
    -webkit-animation: 1.2s myfirst alternate linear;
    animation: 1.2s myfirst alternate linear
}

@-webkit-keyframes myfirst {
    0% {
        opacity: .7
    }
    100% {
        opacity: 1
    }
}

@keyframes myfirst {
    0% {
        opacity: .7
    }
    100% {
        opacity: 1
    }
}

.banner:hover .slick-prev,
.banner:hover .slick-next {
    opacity: 1
}

.banner .slick-prev,
.banner .slick-next {
    width: 32px;
    height: 32px;
    border-radius: 3px;
    border: 0;
    opacity: 0;
    margin-top: -16px;
    -webkit-transition: all 334ms ease-in;
    transition: all 334ms ease-in;
    border-left: solid 4px rgba(255, 255, 255, 0.3);
    border-bottom: solid 4px rgba(255, 255, 255, 0.3)
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
    border-left: solid 4px rgba(255, 255, 255, 0.7);
    border-bottom: solid 4px rgba(255, 255, 255, 0.7)
}

.banner .slick-prev {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.banner .slick-next {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.banner .slick-dots {
    bottom: 30px
}

.banner .slick-dots li button {
    cursor: pointer;
    vertical-align: top;
    border-radius: 0;
    width: 10px;
    height: 10px;
    border: solid 4px #fff;
    border-radius: 100%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center
}

.banner .slick-dots li.slick-active button {
    width: 43px;
    border: 0;
    background: #0075C2;
    border-radius: 10px
}

.footer ul {
    padding: 50px 0;
    text-align: center
}

.footer li {
	text-align: center;
	width: 100px;
    display: inline-block;
    vertical-align: top;
    line-height: 26px;
    font-size: 18px;
    }

.footer li a {
    color: #555;
    display: block;
    height:30px;
    overflow:hidden;
    line-height: 30px
}

.footer li a:hover {
    color: #0075C2
}

.footer li h3 {
    font-size: 16px;
    margin-bottom: 15px
}

.footer li h3 a {
    color: #333
}

.footer-copy {
	border-top: 1px dashed #FFFFFF;
    color: #fff;
    padding: 15px 0;
    font-size: 12px;
    text-align: center;
    position: relative;
    background: url(../images/footb.jpg);
}

.footer-copy a {
    color: #fff;
    margin: 0 10px;
}

.footer-copy a:hover {
    text-decoration: underline
}

.footer-copy .copy {
    height: 40px
}

.footer-copy .link-hover img {
    margin: 8px 5px 0 6px
}

.footer-copy .link-hover:hover .linkbox {
    display: block
}

.footer-copy .linkbox {
    top: 20px;
    left: 0;
    height: 300px;
    width: 100%;
    height: 100%;
    position: relative;
    background: #000000;
}

.footer-copy .linkbox ul {
    padding: 25px 0 30px 0;
    border-top: solid 1px #000000
}

.footer-copy .linkbox li {
    float: left;
    width: 14.2%;
    font-size: 14px;
    text-align: left
}

.index-title {
    text-align: center
}

.index-title .en {
    color: #000;
    font-size: 72px;
    line-height: 72px;
    margin-bottom: 20px;
    font-family: "TOURINA SSI_0"
}

.index-title .en span {
    padding-left: 10px
}

.index-title .text {
    font-size: 16px;
    padding: 30px 90px;
    padding-top: 20px;
    text-align: center;
    position: relative
}

.index-title .text:before {
    content: "";
    width: 34px;
    height: 4px;
    left: 50%;
    bottom: 0;
    margin-left: -17px;
    position: absolute;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease;
    background: #0075C2
}

.index-title .text span {
    color: #333;
    font-size: 20px
}

.index-about {
    padding: 80px 0;
    position: relative;
    border-bottom: solid 1px #e2e2e2
}

.index-about:before {
    content: "";
    width: 100%;
    height: 1px;
    bottom: -4px;
    left: 0;
    position: absolute;
    background: #e2e2e2
}

.index-about .text {
    font-size: 16px;
    line-height: 30px;
    padding: 40px 90px;
    text-align: center;
    position: relative
}

.index-about .text:before {
    content: "";
    width: 34px;
    height: 4px;
    left: 50%;
    bottom: 0;
    margin-left: -17px;
    position: absolute;
    -webkit-transition: all 334ms ease-in;
    transition: all 334ms ease-in;
    background: #0075C2
}

.index-about .text span {
    color: #333;
    font-size: 20px
}

.index-about .text02 {
    font-size: 18px;
    margin-top: 35px;
    line-height: 30px;
    position: relative;
    text-align: justify
}

.index-about .text02 p {
	text-align: center;
    width: 565px;
    font-size: 18px;
    float: left;
    color: #FFFFFF;
}

.index-about .text02:before {
    top: 0;
    left: 47.5%;
    content: "";
    width: 1px;
    height: 90px;
    position: absolute;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease;
    width: 75px;
    height: 121px;
    margin-left: -9px;
    background: url(../images/index-line3.png) no-repeat
}

.index-about ul {
    z-index: 9;
    margin-top: 60px;
    background: #fff;
    position: relative
}

.index-about li {
    width: 25%;
    float: left;
    color: #000;
    font-size: 19px;
    text-align: center
}

.index-about li .pic {
    width: 195px;
    height: 195px;
    overflow: hidden;
    padding: 11px;
    margin: 0 auto;
    background: #fff;
    border-radius: 100%;
    border: solid 1px #ebebeb;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.index-about li .pic img {
    border-radius: 100%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease
}

.index-about li .en {
    color: #000;
    font-size: 30px;
    padding-top: 30px;
    margin-bottom: 10px;
    font-family: "TOURINA SSI_0";
    position: relative
}

.index-about li .en:before {
    content: "";
    width: 26px;
    height: 1px;
    left: 50%;
    margin-top: -10px;
    margin-left: -13px;
    position: absolute;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: #0075C2
}

.index-about li:hover .pic {
    border-color: #0075C2
}

.index-about li:hover .pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    border-color: #0075C2
}

.index-about li:hover .en:before {
    width: 46px;
    margin-left: -23px
}

.index-about .line {
    position: absolute;
    bottom: 180px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 124px;
    background: url(../images/index-bg.png) no-repeat center bottom
}

.index-translation {
    padding-top: 65px;
    padding-bottom: 188px;

}

.index-translation .list {
    margin-top: 66px
}

.index-translation .list li {
    float: left;
    width: 195px;
    height: 288px;
    position: relative
}

.index-translation .list li .pic {
    width: 195px;
    height: 288px;
    overflow: hidden;
}

.index-translation .list li .pic img {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top
}

.index-translation .list li .txtbox {
    top: 25px;
    left: 35px;
    color: #fff;
    z-index: 10;
    width: 100%;
    position: absolute
}

.index-translation .list li .txtbox .cn {
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    position: relative;
    font-family: TOURINA SSI_0;
}


.index-translation .list li .txtbox .en {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
    font-family: "puhuir"
}

.index-translation .list li .txtbox-hover {
    bottom: 30px;
    left: 20px;
    width: 155px;
    height: 228px;
    color: #fff;
    padding: 20px;
    font-size: 14px;
    opacity: 0;
    display: none\9;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: absolute;
    background: rgba(0, 117, 194, 0.7)
}

.index-translation .list li .txtbox-hover .tit {
    height: 150px;
    position: relative;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
	color:#fff
}

.index-translation .list li .txtbox-hover .tit .cn {
    font-size: 20px
}

.index-translation .list li .txtbox-hover .tit .en {
    font-size: 12px;
    position: relative;
    font-family: "puhuir"
}
.index-translation .list li .txtbox-hover .txt {
    height: 48px;
    overflow: hidden;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease
}

.index-translation .list li .txtbox-hover .description {
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease
}

.index-translation .list li .txtbox-hover .description span {
    width: 50%;
    float: left;
    display: block;
    height: 24px;
    overflow: hidden;
    padding-right: 15px
}
.index-translation .list li .txtbox-hover .description span a{color:#fff}
.index-translation .list li .txtbox-hover .more {color:#fff;
    left: 0;
    width: 100%;
    bottom: 16px;
    font-family: arial;
    text-align: center;
    position: absolute;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease
}

.index-translation .list li .txtbox-hover .more img {
    margin-top: 8px;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease
}

.index-translation .list li .txtbox-hover .more:before {
    left: 106px;
    top: -12px;
    content: "";
    width: 114px;
    height: 75px;
    position: absolute;
}

.index-translation .list li:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.index-translation .list li:hover .txtbox {
    display: none
}

.index-translation .list li:hover .txtbox-hover {
    opacity: 1;
    height: 228px;
    display: block\9
}

.index-solution {
    font-family: "puhuir";
    position: relative;
    padding-top: 70px;
    border-bottom: solid 1px #e2e2e2
}

.index-solution:before {
    content: "";
    width: 100%;
    height: 1px;
    bottom: -4px;
    left: 0;
    position: absolute;
    background: #e2e2e2
}

.index-solution li {
    width: 295px;
    float: left;
    padding: 5px;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-left: -1px;
    position: relative;
    border: solid 1px #e2e2e2;
    border-bottom: 0
}

.index-solution li .box {
    width: 100%;
    height: 100%;
    position: relative;
    display: block
}
/*box-shadow:#red 0px 0px 20px;*/
#iuy{
	 background: url(../images/shou.jpg) no-repeat;
}
#iuy:hover{
	box-shadow:#FFFFFF 0px 0px 30px;
	background: url(../images/shou-1.jpg) no-repeat;
}
#iiu{
	background: url(../images/shou2.jpg) no-repeat;
}
#iiu:hover{
	box-shadow:#FFFFFF 0px 0px 30px;
	background: url(../images/shou2-1.jpg) no-repeat;
}
#iio{
	background: url(../images/shou3.jpg) no-repeat;
}
#iio:hover{
	box-shadow:#FFFFFF 0px 0px 30px;
	background: url(../images/shou3-1.jpg) no-repeat;
}
#iiy{
	background: url(../images/shou4.jpg) no-repeat;
}
#iiy:hover{
	box-shadow:#FFFFFF 0px 0px 30px;
	background: url(../images/shou4-1.jpg) no-repeat;
}
#iip{
	background: url(../images/shou5.jpg) no-repeat;
}
#iip:hover{
	box-shadow:#FFFFFF 0px 0px 30px;
	background: url(../images/shou5-1.jpg) no-repeat;
}
#iit{
	background: url(../images/shou6.jpg) no-repeat;
}
#iit:hover{
	box-shadow:#FFFFFF 0px 0px 30px;
	background: url(../images/shou6-1.jpg) no-repeat;
}
.index-solution li .box .pic {
    width: 284px;
    height: 244px;
    overflow: hidden;
    position: relative;
   
}

.index-solution li .box .pic img {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.index-solution li .txtbox {
    padding: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.index-solution li .txtbox .tit {
    height: 49px;
    overflow: hidden;
    padding-left: 27px;
    background: url(../images/icon-05.jpg) no-repeat top center
}

.index-solution li .txtbox .tit span {
    color: #222;
    font-size: 21px;
    background: #fff;
    margin-top: 14px;
    padding-right: 5px;
    display: inline-block;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease
}

.index-solution li .txtbox .txt {
    color: #333;
    margin-top: 20px;
    overflow: hidden;
    margin-left: 60px;
    font-size: 16px;
    height: 120px;
    line-height: 30px
}

.index-solution li .txtbox .more {
    color: #888;
    font-size: 12px;
    font-family: arial;
    text-align: center;
    display: block;
    margin-top: 30px;
    position: relative
}

.index-solution li .txtbox .more:before {
    left: 0;
    top: 12px;
    content: "";
    width: 80px;
    height: 1px;
    position: absolute;
    background: #cacaca;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease
}

.index-solution li .txtbox .more:after {
    width: 116px;
    height: 22px;
    content: "";
    right: 10px;
    bottom: -5px;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: solid 1px #0075C2
}

.index-solution li .txtbox .more em {
    z-index: 1;
    margin-left: 40px;
    padding: 0 34px 0 14px;
    background: #fff;
    font-style: normal;
    display: inline-block;
    position: relative;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease
}

.index-solution li .txtbox .more em:after {
    top: -1px;
    right: 11px;
    content: "+";
    font-size: 16px;
    position: absolute;
    font-family: "宋体";
    color: #0075C2;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease
}

.index-solution li:hover .box .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.index-solution li:hover .txtbox .more:before {
    background: #0075C2
}

.index-solution li:hover .txtbox .more:after {
    opacity: 1;
    right: 26px
}

.index-solution li:hover .txtbox .more em {
    color: #fff;
    background: #0075C2
}

.index-solution li:hover .txtbox .more em:after {
    color: #fff
}

.index-solution .more-02 {
    width: 211px;
    height: 58px;
    text-align: center;
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -105px;
    line-height: 70px;
    font-family: arial;
    font-size: 12px;
    padding-left: 45px;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-image: url(../images/icon-08.jpg)
}

.index-solution .more-02:hover {
    width: 211px;
    height: 58px;
    color: #fff;
    background-position: 0 -58px;
    background-image: url(../images/icon-08.jpg)
}

.inside-more {
    color: #888;
    font-size: 12px;
    font-family: arial;
    text-align: center;
    display: block;
    margin-top: 30px;
    position: relative
}

.inside-more:before {
    left: 0;
    top: 12px;
    content: "";
    width: 80px;
    height: 1px;
    position: absolute;
    background: #cacaca;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease
}

.inside-more:after {
    width: 116px;
    height: 22px;
    content: "";
    right: 10px;
    bottom: -5px;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: solid 1px #0075C2
}

.inside-more em {
    z-index: 1;
    margin-left: 60px;
    padding: 0 34px 0 14px;
    background: #fff;
    font-style: normal;
    display: inline-block;
    position: relative;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease
}

.inside-more em:after {
    top: -1px;
    right: 11px;
    content: "+";
    font-size: 16px;
    position: absolute;
    font-family: "宋体";
    color: #0075C2;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease
}

.inside-more:hover:before {
    background: #0075C2
}

.inside-more:hover:after {
    opacity: 1;
    right: -6px
}

.inside-more:hover em {
    color: #fff;
    background: #0075C2
}

.inside-more:hover em:after {
    color: #fff
}

.index-news {
    margin-top: 25px
}

.index-news .index-title .en {
    color: #fff
}

.index-news .bg {
    height: 741px;
    padding-top: 65px;
    background: url(../images/index-bg03.jpg) no-repeat top center
}

.index-news .list-scroll {
    margin-top: 60px
}

.index-news .list-scroll .box {
    margin: 0 12px 0 11px
}

.index-news .list-scroll .pic {
    width: 272px;
    height: 151px;
    overflow: hidden;
    position: relative
}

.index-news .list-scroll .pic img {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.index-news .list-scroll .txtbox {
    height: 181px;
    padding: 20px;
    background: #fff;
    text-align: center;
    position: relative;
    padding-bottom: 50px;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease;
    border: solid 1px #eaeaea;
    border-top: 0
}

.index-news .list-scroll .txtbox .tit {
    height: 24px;
    color: #333;
    font-size: 16px;
    margin-top: 10px;
    font-weight: normal;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.index-news .list-scroll .txtbox .txt {
    color: #333;
    height: 90px;
    line-height: 30px;
    font-size: 15px;
    margin-top: 15px;
    overflow: hidden
}

.index-news .list-scroll .txtbox .more {
    width: 44px;
    height: 28px;
    right: -1px;
    bottom: -1px;
    position: absolute;
    background: url(../images/icon-10.png) no-repeat
}

.index-news .list-scroll .box:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.index-news .list-scroll .box:hover .txtbox {
    border: solid 1px #0075C2;
    border-bottom: solid 2px #0075C2;
    border-top: 0
}

.index-news .list-scroll .box:hover .txtbox .tit {
    color: #0075C2
}

.index-news .list-scroll .box:hover .txtbox .more {
    bottom: -2px;
    background: url(../images/icon-10-hover.png) no-repeat
}

.index-news .more-02 {
    color: #fff;
    width: 160px;
    height: 44px;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    line-height: 36px;
    padding-left: 15px;
    font-size: 14px;
    background: url(../images/icon-09.png) no-repeat center center
}

.index-news .more-02:hover {
    background: url(../images/icon-09-hover.png) no-repeat center center
}

.index-case {
    position: relative;
    border-bottom: solid 1px #e2e2e2
}

.index-case:before {
    content: "";
    width: 100%;
    height: 1px;
    bottom: -4px;
    left: 0;
    position: absolute;
    background: #e2e2e2
}

.index-case .index-title {
    z-index: 10;
    text-align: center;
}

.index-case .more-02 a {
    width: 150px;
    height: 250px;
    top: 270px;
    left: 50%;
    z-index: 10;
    text-align: center;
    margin-left: -75px;
    position: absolute;
    padding-top: 150px;
    font-family: arial;
    font-size: 12px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    background: url(../images/index-arrow.png) no-repeat top center
}

.index-case .more-02 a:hover {
    color: #0075C2;
    top: 280px;
    background: url(../images/index-arrow02.png) no-repeat top center
}

.index-case ul {
    position: relative
}

.index-case li:first-child {
    margin-top: 0
}

.index-case li {
    min-height: 624px;
    margin: 30px 0 50px 0;
    background: url(../images/index-bg06.jpg) no-repeat top center
}

.index-case li .item {
    width: 310px;
    float: left
}

.index-case li .item .pic {
    padding: 15px;
    width: 310px;
    height: 370px;
    position: relative;
    overflow: hidden;
    border: solid 15px #f6f7f7
}

.index-case li .item .pic img {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.index-case li .item .pic:before {
    top: 0;
    left: 50%;
    z-index: 8;
    width: 0;
    height: 100%;
    content: "";
    opacity: 0;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    background: rgba(0, 0, 0, 0.1)
}

.index-case li .item-02 {
    float: right
}

.index-case li .txtbox {
    text-align: center;
    padding-top: 80px;
    position: relative
}

.index-case li .txtbox:before {
    top: -20px;
    left: 50%;
    margin-left: -1px;
    content: "";
    width: 1px;
    height: 76px;
    z-index: 9;
    position: absolute;
    background: #000;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease
}

.index-case li .txtbox:after {
    content: "";
    width: 7px;
    height: 7px;
    left: 50%;
    top: 56px;
    border-radius: 100%;
    margin-left: -4px;
    position: absolute;
    background: #000;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease
}

.index-case li .txtbox .tit {
    font-size: 18px;
    color: #000;
    line-height: 40px;
    height: 40px;
    position: relative;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.index-case li .txtbox .tit:before {
    content: "";
    width: 12px;
    height: 2px;
    left: 50%;
    bottom: 0;
    margin-left: -6px;
    position: absolute;
    background: #0075C2;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease
}

.index-case li .txtbox .txt {
    height: 90px;
    overflow: hidden;
    margin-top: 10px;
    padding: 0 5px;
    color: #333;
    font-size: 16px;
    line-height: 30px
}

.index-case li .txtbox .more {
    width: 37px;
    height: 37px;
    margin-top: 20px;
    display: inline-block;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease;
    background: url(../images/icon-13.png) no-repeat center center
}

.index-case li .item:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.index-case li .item:hover .pic:before {
    left: 0;
    opacity: 1;
    width: 100%
}

.index-case li .item:hover .txtbox:before,
.index-case li .item:hover .txtbox:after {
    background: #0075C2
}

.index-case li .item:hover .txtbox .tit {
    color: #0075C2
}

.index-case li .item:hover .txtbox .tit:before {
    width: 22px;
    margin-left: -11px
}

.index-case li .item:hover .txtbox .more {
    background: url(../images/icon-13-hover.png) no-repeat center center
}

.index-case .li02 {
    width: 310px;
    background: none;
    bottom: 95px;
    left: 50%;
    margin-left: -150px;
    position: absolute
}

.index-case .li02 .container {
    width: 100%
}

.index-contact {
    padding-bottom: 45px;
    position: relative;
    overflow: hidden
}

.index-contact .container {
    width: 1259px;
    position: relative
}

.index-contact:before {
    top: 60%;
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: #d8dbde
}

.index-contact .weixin {
    z-index: 1;
    position: relative;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.index-contact .weixin .box {
    top: 200px;
    left: 0;
    right: 0;
    width: 160px;
    margin: auto;
    text-align: center;
    position: absolute;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.index-contact .weixin .box span {
    color: #fff;
    height: 40px;
    line-height: 40px;
    min-width: 160px;
    border-radius: 3px;
    background: #2e3760;
    display: inline-block;
    margin-top: 20px
}

.index-contact .weixin .box:hover span {
    background: #0075C2
}

.index-contact .tel-01 {
    left: -100px;
    top: 230px;
    z-index: 20;
    color: #2e3760;
    font-size: 18px;
    line-height: 28px;
    position: absolute;
    width: 475px;
    padding-left: 60px
}

.index-contact .tel-01>a {
    color: #2e3760
}

@media (max-width:1480px) {
    .index-contact .tel-01 {
        left: -60px
    }
}

@media (max-width:1399px) {
    .index-contact .tel-01 {
        left: 0;
        font-size: 16px
    }
}

@media (max-width:1280px) {
    .index-contact .tel-01 {
        left: 10px;
        font-size: 16px
    }
}

.index-contact .tel-01 span {
    width: 48px;
    height: 48px;
    top: 10px;
    left: 0;
    vertical-align: top;
    border-radius: 100%;
    display: inline-block;
    border: solid 1px #50577a;
    position: absolute;
    background-position: center center;
    background-image: url(../images/icon-11.png);
    background-repeat: no-repeat;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.index-contact .tel-01:hover span {
    border-color: #0075C2;
    background-color: #0075C2;
    background-image: url(../images/icon-11-hover.png);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.index-contact .tel-02 {
    width: 482px;
    right: -110px;
    top: 230px;
    z-index: 20;
    color: #2e3760;
    font-size: 18px;
    line-height: 28px;
    position: absolute;
    padding-left: 60px
}

.index-contact .tel-02>a {
    color: #2e3760
}

@media (max-width:1480px) {
    .index-contact .tel-02 {
        padding-right: 50px
    }
}

@media (max-width:1399px) {
    .index-contact .tel-02 {
        font-size: 16px;
        padding-right: 90px
    }
}

.index-contact .tel-02 span {
    width: 48px;
    height: 48px;
    float: left;
    top: 10px;
    left: 0;
    position: absolute;
    vertical-align: top;
    border-radius: 100%;
    display: inline-block;
    border: solid 1px #50577a;
    margin-right: 10px;
    background-position: center center;
    background-image: url(../images/icon-12.png);
    background-repeat: no-repeat;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.index-contact .tel-02:hover span {
    border-color: #0075C2;
    background-color: #0075C2;
    background-image: url(../images/icon-12-hover.png);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.index-link {
    padding: 6px 0;
    font-size: 12px;
    border-top: solid 1px #d8dbde
}

.index-link .container {
    width: 1259px;
    margin: 0 auto;
    position: relative
}

.index-link .container .tit {
    top: 8px;
    left: 0;
    color: #0075C2;
    font-size: 16px;
    position: absolute
}

.index-link .container ul {
    padding-left: 100px
}

.index-link .container li {
    width: 10%;
    float: left;
    line-height: 20px;
    padding-left: 20px;
    position: relative
}

.index-link .container li:before {
    content: "";
    width: 1px;
    height: 13px;
    right: 0;
    top: 8px;
    background: #ddd;
    position: absolute
}

.index-link .container li a {
    color: #757d8a;
    display: block;
    height: 20px;
    padding-right: 15px;
    overflow: hidden;
    line-height: 20px
}

.index-link .container li a:hover {
    color: #0075C2
}

.inside-wrap {
  
}

.inside-banner {
	margin-top: 125px;
    position: relative;
    overflow: hidden;
    height: 390px
}

.inside-banner p {
    left: 50%;
    top: 0;
    width: 1920px;
    height: 390px;
    position: absolute;
    margin-left: -960px
}
#jjkla{
	background: url(../images/aaccllo.jpg);
}
#jjkla:hover{
	background: url(../images/aaccllo_2.jpg);
}
#jjkla2{
	background: url(../images/aaccllo2.jpg);
}
#jjkla2:hover{
	background: url(../images/aaccllo2_2.jpg);
}
#jjkla3{
	background: url(../images/aaccllo3.jpg);
}
#jjkla3:hover{
	background: url(../images/aaccllo3_3.jpg);
}
#jjkla4{
	background: url(../images/aaccllo5.jpg);
}
#jjkla4:hover{
	background: url(../images/aaccllo5_2.jpg);
}
#jjkla5{
	background: url(../images/aaccllo4.jpg);
}
#jjkla5:hover{
	background: url(../images/aaccllo4_2.jpg);
}
.insider-current {
	text-align: right;
    color: #333;
    height: 24px;
    margin-top: 15px;
    overflow: hidden;
    font-size: 14px;
    font-family: TOURINA SSI_0;
}

.insider-current a {
    color: #000;
    font-family: TOURINA SSI_0;
}

.insider-current a:hover {
    color: #0075c2
}

.inside-title {
	margin-top: 20px;
    color: #000;
    font-size: 18px;
	line-height: 10px;
    text-align: left;
    position: relative;
}



.inside-title .en {
	color: #85b2e0;
    font-size: 24px;
    line-height: 10px;
    font-family: "TOURINA SSI_0"
}

.inside-title .en span {
	color: #85b2e0;
    padding-left: 10px
}

.inside-title .cn {
	color: #0075c2;
    margin-top: 10px;
    font-family: "TOURINA SSI_0"
}

.inside-menu {
    margin-top: -40px;
    margin-bottom: 50px;
    text-align: center
}

.inside-menu li {
	text-align: center;
	height: 50px;
    line-height: 50px;
    min-width: 140px;
    font-size: 18px;
    display: inline-block;
    background: #0075c2;
    position: relative
}

.inside-menu li:before {
    left: 50%;
    top: 0;
    content: "";
    width: 0;
    color: #fff;
    height: 100%;
    position: absolute;
    background: #000000;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease
}

.inside-menu li span {
    z-index: 9;
    height: 40px;
    color: #fff;
    overflow: hidden;
    display: block;
    position: relative
}

.inside-menu li a {
    color: #fff;
    display: block;
    font-family: puhuir;
}

.inside-menu li:hover:before {
    left: 0;
    width: 100%
}

.inside-menu li:first-child {
    position: relative
}



.inside-menu li:first-child:hover:after {
    left: -20px;
    border-right: solid 20px #000000
}

.inside-menu li:last-child {
    position: relative
}


.inside-menu li:last-child:hover:after {
    right: -20px;
    border-left: solid 20px #000000
}


.inside-menu .active:first-child:after {
    opacity: 1;
    left: -20px;
    border-right: solid 20px #000000
}

.inside-menu .active:last-child:after {
    opacity: 1;
    right: -20px;
    border-left: solid 20px #000000
}

.inside-menu-02 {
    padding: 25px 0;
    margin-top: -45px;
    position: relative;
    border-top: dotted 1px #898989;
    border-bottom: dotted 1px #898989
}

.inside-menu-02 li {
    float: left;
    font-size: 16px;
    margin-left: 60px;
    position: relative
}

.inside-menu-02 li:before {
    content: "";
    width: 0;
    height: 2px;
    bottom: -26px;
    left: 50%;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: #000000;
    position: absolute
}

.inside-menu-02 li span {
    height: 24px;
    display: block;
    overflow: hidden;
    max-width: 150px
}

.inside-menu-02 li a {
    color: #333;
    display: block
}

.inside-menu-02 li:hover:before,
.inside-menu-02 .active:before {
    width: 100%;
    opacity: 1;
    left: 0
}

.inside-menu-02 li:hover a,
.inside-menu-02 .active a {
    color: #000000;
    font-weight: bold
}

.inside-menu-03 {
    margin-top: 50px;
    margin-bottom: 90px;
    text-align: center
}

.inside-menu-03 img {
    margin-top: 15px
}

.inside-menu-03 li {
    margin-left: -3px;
    line-height: 40px;
    min-width: 140px;
    font-size: 16px;
    display: inline-block;
    background: #0075c2;
    position: relative
}

.inside-menu-03 li:before {
    left: 50%;
    top: 0;
    content: "";
    width: 0;
    color: #fff;
    height: 100%;
    position: absolute;
    background: #000000;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease
}

.inside-menu-03 li:after {
    bottom: -9px;
    left: 50%;
    content: "";
    margin-left: -5px;
    position: absolute;
    opacity: 0;
    border-top: solid 10px #000000;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent
}

.inside-menu-03 li span {
    z-index: 9;
    height: 40px;
    color: #fff;
    overflow: hidden;
    display: block;
    position: relative
}

.inside-menu-03 li a {
    color: #fff;
    display: block
}

.inside-menu-03 li:hover:before {
    left: 0;
    width: 100%
}

.inside-menu-03 li:hover:after,
.inside-menu-03 .active:after {
    opacity: 1
}

.inside-menu-03 .active:before {
    width: 100%;
    opacity: 1;
    left: 0
}

.inside-about {
    color: #333;
    margin-bottom: 90px;
    line-height: 30px;
    text-align: justify
}

.inside-about .box-1 .item {
    width: 790px;
    float: left;
    position: relative
}



.inside-about .box-1 .txtbox {
    z-index: 9;
    padding-bottom: 15px;
    margin-left: 50px;
    background: #fff;
    position: relative
}

.inside-about .box-1 .en {
	text-align: center;
    color: #2287ca;
    font-size: 24px;
    font-family: "TOURINA SSI_0"
}

.inside-about .box-1 .font18 {
    color: #111;
    font-size: 18px;
    margin: 10px 0
}

.inside-about .box-2 {
	
}

.inside-about .box-2 .item {
    position: relative;
    line-height: 36px
}




.inside-about .box-2 .txtbox {
    z-index: 9;
    background: #fff;
    position: relative
}




.inside-about .box-2 .font24 {
    color: #333;
    font-size: 24px;
    margin-bottom: 10px
}

.inside-about .box-3 {
  
}

.inside-about .box-3 .item {
	float: left;
	margin-left: 40px;
    position: relative;
    line-height: 35px;
}




.inside-about .box-3 .txtbox {
	margin-top: 40px;
	text-align: left;
	color: #FFFFFF;
	font-size: 18px;
	font-family: "TOURINA SSI_0";
    z-index: 9;
    position: relative;
}





.inside-about .box-3 .red {
    color: #f00
}

.inside-global {
    padding-top: 15px
}

.inside-global ul {
    margin: 0 -24px
}

.inside-global li {
    width: 258px;
    float: left;
    margin: 0 24px;
    margin-top: 30px;
    padding-bottom: 2px;
    border-bottom: solid 1px #e3e3e3
}

.inside-global li .pic {
    background: #fafafa;
    width: 258px;
    height: 258px;
    overflow: hidden;
    position: relative
}

.inside-global li .pic:before {
    top: 0;
    left: 50%;
    z-index: 9;
    content: "";
    width: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    background: rgba(0, 0, 0, 0.2)
}

.inside-global li .pic img {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.inside-global li .txtbox {
    padding: 20px;
    background: #f2f0f0
}

.inside-global li .txtbox .tit {
    font-size: 18px;
    color: #000;
    position: relative;
    padding-bottom: 10px;
    border-bottom: solid 1px #cbcbcb
}

.inside-global li .txtbox .tit:before {
    width: 20px;
    height: 1px;
    bottom: -1px;
    content: "";
    margin: 0 auto;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 600ms linear;
    transition: all 600ms linear;
    position: absolute;
    background: #0075C2
}

.inside-global li .txtbox .tit span {
    height: 24px;
    display: block;
    overflow: hidden
}

.inside-global li .txtbox .txt {
    color: #555;
    height: 90px;
    line-height: 30px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 15px
}

.inside-global li .txtbox .more {
    color: #909090;
    font-size: 12px;
    font-family: arial;
    display: inline-block;
    position: relative;
    padding-right: 10px;
    line-height: 20px;
    border-bottom: solid 1px #bdbdbd
}

.inside-global li .txtbox .more:before {
    content: "";
    right: 0;
    top: 4px;
    position: absolute;
    border-top: solid 5px transparent;
    border-bottom: solid 5px transparent;
    border-left: solid 5px #909090
}

.inside-global li:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.inside-global li:hover .txtbox .tit {
    color: #0075C2
}

.inside-global li:hover .txtbox .tit:before {
    width: 100%
}

.inside-global li:hover .txtbox .more {
    color: #0075C2;
    border-color: #0075C2
}

.inside-global li:hover .txtbox .more:before {
    border-left: solid 5px #0075C2
}

.inside-global-ass li {
    padding: 20px;
    margin-top: 40px;
    background: #f8f8f8
}

.inside-global-ass li .pic {
    width: 344px;
    height: 222px;
    float: left;
    overflow: hidden;
    position: relative
}

.inside-global-ass li .pic:before {
    display: none;
    top: 0;
    left: 50%;
    z-index: 9;
    content: "";
    width: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    background: rgba(0, 0, 0, 0.2)
}

.inside-global-ass li .pic img {
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease
}

.inside-global-ass li .txtbox {
    width: 710px;
    float: left;
    margin-top: 30px;
    margin-left: 55px;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease
}

.inside-global-ass li .txtbox .tit {
    height: 24px;
    color: #444;
    font-size: 16px;
    overflow: hidden
}

.inside-global-ass li .txtbox .txt {
    color: #8e8e8e;
    height: 90px;
    line-height: 30px;
    overflow: hidden;
    margin: 15px 0 20px 0
}

.inside-global-ass li .txtbox span {
    color: #8e8e8e;
    vertical-align: top;
    text-decoration: underline
}

.inside-global-ass li .txtbox span i {
    display: inline-block;
    font-style: italic;
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 100%;
    margin: 5px 5px 0 0;
    vertical-align: top;
    border: solid 4px #000000
}

.inside-global-ass li:hover .pic:before {
    left: 0;
    width: 100%;
    opacity: 1
}

.inside-global-ass li:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.inside-page {
    font-size: 12px;
    text-align: center;
    padding: 80px 0
}

.inside-page a {
    padding: 0 10px;
    line-height: 28px;
    margin: 0 3px;
    display: inline-block;
    font-family: arial;
    background: #fff;
    border: solid 1px #ccc
}

.inside-page a:hover,
.inside-page .cur {
    color: #fff;
    font-weight: bold;
    background: #0075C2;
    border-color: #0075C2
}

.inside-translation {
    margin: 0 auto;
    position: relative;
    margin-top: -40px;
    margin-bottom: 50px;
    width: 1194px;
    line-height: 30px
}

.inside-translation .box {
    height: 720px;
    margin-top: 60px;
    position: relative
}

.inside-translation .pic img {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

.inside-translation .pic:before {
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    background: rgba(0, 0, 0, 0.3)
}

.inside-translation .tit {
    top: 25px;
    left: 25px;
    z-index: 9;
    color: #fff;
    width: 100%;
    height: 24px;
    overflow: hidden;
    font-size: 18px;
    position: absolute;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease
}

.inside-translation .tit img {
    margin-top: 1px;
    margin-right: 5px
}

.inside-translation .item {
    top: 0;
    left: 0;
    width: 238px;
    height: 238px;
    overflow: hidden;
    position: absolute
}

.inside-translation .item02 {
    top: 239px;
    left: 0;
    width: 238px;
    height: 238px;
    overflow: hidden;
    position: absolute
}

.inside-translation .item03 {
    top: 478px;
    left: 0;
    width: 238px;
    height: 238px;
    overflow: hidden;
    position: absolute
}

.inside-translation .item04 {
    top: 0;
    left: 239px;
    width: 477px;
    height: 477px;
    overflow: hidden;
    position: absolute
}

.inside-translation .item05 {
    top: 478px;
    left: 239px;
    width: 238px;
    height: 238px;
    overflow: hidden;
    position: absolute
}

.inside-translation .item06 {
    top: 478px;
    left: 478px;
    width: 238px;
    height: 238px;
    overflow: hidden;
    position: absolute
}

.inside-translation .item07 {
    top: 0;
    left: auto;
    right: 239px;
    width: 238px;
    height: 238px;
    overflow: hidden;
    position: absolute
}

.inside-translation .item08 {
    top: 0;
    left: auto;
    right: 0;
    width: 238px;
    height: 238px;
    overflow: hidden;
    position: absolute
}

.inside-translation .item09 {
    top: 239px;
    left: auto;
    right: 0;
    width: 477px;
    height: 477px;
    overflow: hidden;
    position: absolute
}

.inside-translation .item:hover .tit {
    font-size: 20px
}

.inside-translation .item:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.inside-translation .item:hover .pic:before {
    opacity: 1
}

.inside-global-show {
    padding: 60px 0
}

.inside-global-show dt {
    float: left;
    width: 390px;
    height: 390px;
    overflow: hidden;
    position: relative
}

.inside-global-show dt img {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.inside-global-show dd {
    width: 745px;
    float: right;
    line-height: 30px;
    padding-top: 10px
}

.inside-global-show dd h3 {
    color: #333;
    font-size: 24px;
    position: relative;
    font-weight: normal;
    padding-bottom: 20px;
    border-bottom: solid 1px #c5c5c5
}

.inside-global-show dd h3:before {
    content: "";
    width: 141px;
    height: 2px;
    bottom: -1px;
    left: 0;
    background: #000000;
    position: absolute
}

.inside-global-show dd p {
    margin-top: 30px
}

.inside-translation-02 {
    width: 1259px;
    margin: 0 auto;
    padding-bottom: 0;
    position: relative;
    margin-top: -35px
}

.inside-translation-02 .description {
    color: #666;
    line-height: 30px;
    padding: 0 100px
}

.inside-translation-02 .description p {
    text-indent: 2em;
    margin-top: 30px
}

.inside-translation-02 .list {
    padding-top: 20px;
    margin: 0 -60px;
    overflow: hidden
}

@media(max-width:1280px) {
	.inside-translation-02 .list{margin:0;}
}

.inside-translation-02 .list li {
    width: 330px;
    float: left;
    margin: 0 60px;
    margin-top: 50px;
    border-bottom: solid 2px #ededee;
    position: relative
}

@media(max-width:1280px) {
	.inside-translation-02 .list li{margin:0 44px;}
}


.inside-translation-02 .list li:before {
    top: 0;
    left: -62px;
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    background: url(../images/translation-line03.jpg) repeat-y
}

@media(max-width:1280px) {
	.inside-translation-02 .list li:before {left:-44px}
}

.inside-translation-02 .list li .pic {
    width: 330px;
    height: 193px;
    overflow: hidden;
    position: relative
}

.inside-translation-02 .list li .pic:before {
    top: 0;
    left: 50%;
    z-index: 9;
    content: "";
    width: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    background: rgba(0, 0, 0, 0.2)
}

.inside-translation-02 .list li .pic img {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.inside-translation-02 .list li .tit {
    color: #222;
    height: 24px;
    font-size: 18px;
    overflow: hidden;
    margin: 30px 0 20px 0
}

.inside-translation-02 .list li .txt {
    color: #666;
    height: 60px;
    overflow: hidden;
    line-height: 30px
}

.inside-translation-02 .list li span {
    margin: 20px 0 25px 0;
    display: inline-block
}

.inside-translation-02 .list li:hover .pic:before {
    opacity: 1;
    width: 100%;
    left: 0
}

.inside-translation-02 .list li:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.inside-translation-02 .list li:hover .tit {
    color: #000000
}

.inside-translation-02 .list li:hover .inside-more:before {
    background: #0075C2
}

.inside-translation-02 .list li:hover .inside-more:after {
    opacity: 1;
    right: -6px
}

.inside-translation-02 .list li:hover .inside-more em {
    color: #fff;
    background: #0075C2
}

.inside-translation-02 .list li:hover .inside-more em:after {
    color: #fff
}

.inside-translation-04 li {
    padding-top: 35px
}

.inside-translation-04 li .tit {
    width: 687px;
    font-size: 24px;
    color: #333;
    overflow: hidden;
    padding-left: 23px;
    padding-bottom: 25px;
    position: relative;
    border-bottom: solid 1px #e3e3e3
}

.inside-translation-04 li .tit:before {
    left: 0;
    top: -10px;
    content: "";
    width: 5px;
    height: 35px;
    position: absolute;
    background: #000000
}

.inside-translation-04 li .txtbox {
    width: 687px;
    float: left;
    height: 265px;
    padding-right: 20px;
    padding-top: 40px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom: solid 1px #e3e3e3
}

.inside-translation-04 li .txtbox .txt {
    color: #333;
    height: 124px;
    line-height: 30px;
    overflow: hidden
}

.inside-translation-04 li .pic {
    width: 463px;
    height: 265px;
    float: right;
    overflow: hidden;
    position: relative
}

.inside-translation-04 li .pic img {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

.inside-translation-04 li .pic:after {
    top: 0;
    left: 50%;
    content: "";
    width: 0;
    height: 100%;
    z-index: 2;
    opacity: 0;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    background: rgba(0, 0, 0, 0.2)
}

.inside-translation-04 .line {
    border-top: solid 1px #e3e3e3
}

.inside-translation-04 li:hover .tit {
    color: #0075C2
}

.inside-translation-04 li:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.inside-news li:first-child {
    margin-top: -20px
}

.inside-news li {
    margin-top: 40px
}

.inside-news li .pic {
    width: 342px;
    height: 190px;
    float: left;
    z-index: 9;
    overflow: hidden;
    margin-top: 12px;
    position: relative
}

.inside-news li .pic img {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.inside-news li .pic:before {
    top: 0;
    left: 50%;
    content: "";
    width: 0;
    height: 100%;
    z-index: 1;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    background: rgba(0, 0, 0, 0.3)
}

.inside-news li .txtbox {
    width: 880px;
    height: 214px;
    float: left;
    padding-left: 80px;
    margin-left: -45px;
    position: relative;
    padding-right: 30px;
    border: solid 1px #eaeaea
}

.inside-news li .tit {
    height: 24px;
    overflow: hidden;
    font-size: 18px;
    margin: 30px 0 10px 0
}

.inside-news li .tit span {
    color: #888;
    float: right;
    font-size: 12px;
    font-family: arial;
    padding: 0 20px 0 50px;
    display: inline-block
}

.inside-news li .tit span img {
    margin: 7px 5px 0 0
}

.inside-news li .txt {
    color: #888;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 30px
}

.inside-news li .more {
    display: inline-block;
    width: 135px;
    height: 32px;
    line-height: 32px;
    font-family: arial;
    font-size: 12px;
    color: #d9d9d9;
    padding-left: 30px;
    text-transform: uppercase;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease;
    background: url(../images/news-more.png) no-repeat
}

.inside-news li:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.inside-news li:hover .more {
    color: #fff;
    background: url(../images/news-more-hover.png) no-repeat
}

.inside-news-show {
    position: relative;
    margin-top: -30px;
    padding-bottom: 70px
}

.inside-news-show .title {
    text-align: center;
    padding-bottom: 20px;
    position: relative;
    border-bottom: solid 1px #ccc
}

.inside-news-show .title:before {
    content: "";
    width: 17px;
    height: 17px;
    left: 50%;
    margin-left: -4px;
    bottom: -9px;
    background: #e40717;
    position: absolute;
    border-radius: 100%;
    border: solid 4px #fff
}

.inside-news-show .title h1 {
    font-size: 26px;
    line-height: 30px;
    font-weight: normal
}

.inside-news-show .title p {
    color: #b2b2b2;
    font-size: 12px;
    margin-top: 15px
}

.inside-news-show .txtbox {
    line-height: 30px;
    padding-top: 40px
}

.inside-news-page li {
    float: left;
    width: 586px;
    height: 43px;
    padding: 0 20px;
    line-height: 41px;
    margin-left: 7px;
    overflow:hidden;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease;
    border: solid 1px #d2d2d2
}

.inside-news-page li:first-child {
    margin-left: 0
}

.inside-news-page li:hover {
    color: #fff;
    background: #e40717;
    border-color: #e40717
}

.inside-news-page li:hover a {
    color: #fff
}

.inside-return {
    height: 34px;
    margin-top: 70px;
    text-align: center;
    line-height: 34px;
    background: #f5f5f5
}

.inside-return a {
    color: #fff;
    padding: 0 26px;
    display: inline-block;
    background: #0075c2
}

.inside-return a:hover {
    background: #e40717
}

.inside-customer-02 {
    padding-bottom: 70px;
    position: relative;
    width: 1259px;
    margin: 0 auto;
    margin-top: -40px
}

.inside-customer-02 ul {
    margin-top: 60px
}

.inside-customer-02 li {
    position: relative
}

.inside-customer-02 li span {
    left: 185px;
    top: 30px;
    z-index: 9;
    position: absolute
}

.inside-customer-02 li .pic {
    float: left;
    width: 246px;
    height: 322px;
    overflow: hidden;
    position: relative
}

.inside-customer-02 li .pic img {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

.inside-customer-02 li .txtbox {
    width: 710px;
    float: left;
    margin-left: 50px;
    margin-top: 55px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease
}

.inside-customer-02 li .txtbox .tit {
    font-size: 18px;
    color: #2e3760;
    font-weight: 600
}

.inside-customer-02 li .txtbox .txt {
    font-size: 15px;
    margin-top: 25px
}

.inside-customer-02 .li02 {
    margin-left: 246px
}

.inside-culture {
    width: 1259px;
    margin: 0 auto;
    padding-bottom: 120px;
    color: #333
}

.inside-culture li {
    width: 50%;
    float: left;
    line-height: 30px;
    margin-top: 35px
}

.inside-culture li b {
    color: #111
}

.inside-culture li img {
    margin-left: 50px;
    margin-right: 15px;
    border-radius: 100%;
    border: solid 8px #eee;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.inside-culture li p {
    padding-top: 20px
}

.inside-culture .li02 img {
    margin-left: 0;
    margin-left: 15px;
    margin-right: 50px
}

.inside-customer-03 {
    line-height: 30px;
    padding-bottom: 20px
}

.inside-customer-03 li {
    padding: 50px 0
}

.inside-customer-03 li .pic {
    width: 184px;
    height: 184px;
    float: left;
    position: relative;
    background: url(../images/customer-bg.png) no-repeat center center
}

.inside-customer-03 li .pic span {
    width: 176px;
    height: 176px;
    display: block;
    margin-left: -1px;
    overflow: hidden;
    position: relative;
    border-radius: 100%
}

.inside-customer-03 li .pic img {
    border-radius: 100%;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.inside-customer-03 li .txtbox {
    width: 890px;
    float: left;
    margin-top: 45px;
    margin-left: 20px;
    text-align: justify
}

.inside-customer-03 li .txtbox .t1 {
    color: #333;
    font-size: 22px
}

.inside-customer-03 li .txtbox .t1 span {
    padding-bottom: 12px;
    display: inline-block;
    padding-right: 30px;
    position: relative;
    border-bottom: solid 1px #000
}

.inside-customer-03 li .txtbox .t1 span:before {
    content: "";
    height: 1px;
    width: 46px;
    left: -46px;
    top: 42px;
    z-index: 9;
    position: absolute;
    background: #000
}

.inside-customer-03 li .txtbox .t1 em {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    font-style: normal;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    border-radius: 100%;
    background: #000000;
    font-family: arial;
    margin-right: 10px;
    vertical-align: top;
    position: relative
}

.inside-customer-03 li .txtbox .t1 em:before {
    content: "";
    width: 1px;
    height: 5px;
    left: 50%;
    margin-left: -1px;
    bottom: -5px;
    position: absolute;
    background: #000000
}

.inside-customer-03 li .txtbox .t2 {
    margin-top: 15px
}

.inside-customer-03 .li01 .txtbox {
    width: 735px
}

.inside-customer-03 .li02 {
    margin-left: 160px
}

.inside-customer-03 .li02 .pic {
    float: right
}

.inside-customer-03 .li02 .txtbox {
    width: 810px
}

.inside-customer-03 .li02 .txtbox .t2 {
    margin-top: -5px
}

.inside-customer-03 .li02 .left {
    width: 180px;
    float: left;
    text-align: center;
    padding-right: 20px
}

.inside-customer-03 .li02 .left .number {
    margin: 20px 0 10px 0
}

.inside-customer-03 .li02 .left .number em {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    font-style: normal;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    border-radius: 100%;
    background: #000000;
    font-family: arial;
    margin-right: 10px;
    vertical-align: top;
    position: relative
}

.inside-customer-03 .li02 .left .number em:before {
    content: "";
    width: 1px;
    height: 5px;
    left: 50%;
    bottom: -5px;
    position: absolute;
    background: #000000
}

.inside-customer-03 .li02 .left .t3 {
    color: #333;
    font-size: 22px
}

.inside-customer-03 .li02 .right {
    width: 580px;
    float: left;
    padding-left: 20px;
    border-left: solid 3px #000
}

.insider-honor {
    margin-top: -35px;
    position: relative
}

.insider-honor li {
    padding: 60px 0;
    background: #f6f9fd
}

.insider-honor dt:hover {
    position: relative
}

.insider-honor dt:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.insider-honor dt:hover span {
    opacity: 1
}

.insider-honor dt:hover a:before {
    width: 30px
}

.insider-honor dt:hover a:after {
    height: 30px
}

.insider-honor dt {
    width: 403px;
    height: 277px;
    float: left;
    overflow: hidden;
    position: relative
}

.insider-honor dt img {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.insider-honor dt span {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.insider-honor dt a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

.insider-honor dt a:before {
    content: "";
    width: 0;
    height: 3px;
    top: 50%;
    left: 50%;
    z-index: 2;
    background: #fff;
    margin-top: -1.5px;
    margin-left: -15px;
    position: absolute;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.insider-honor dt a:after {
    content: "";
    width: 3px;
    height: 0;
    top: 50%;
    left: 50%;
    z-index: 2;
    background: #fff;
    margin-top: -15px;
    margin-left: -1.5px;
    position: absolute;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.insider-honor dd {
    width: 725px;
    float: left;
    padding-top: 60px;
    margin-left: 50px;
    line-height: 30px
}

.insider-honor dd .tit {
    font-size: 20px;
    color: #0075c2
}

.insider-honor dd .tit span {
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: solid 1px #86a2cb
}

.insider-honor dd .txt {
    margin-top: 10px
}

.insider-contact {
    padding-top: 60px;
    padding-bottom: 70px
}

.insider-contact .message {
    width: 400px;
    float: left;
    margin-left: 50px
}

.insider-contact .message .title {
    font-size: 24px;
    padding-bottom: 15px;
    line-height: 30px;
    padding-left: 40px;
    color: #0075C2;
    vertical-align: top;
    background: url(../images/contact-icon-hover.png) no-repeat left 2px
}

.insider-contact .message li {
    margin-top: 6px
}

.insider-contact .message li input,
.insider-contact .message li textarea {
    width: 100%;
    border: 0;
    color: #8d8d8d;
    font-size: 14px;
    padding: 15px 23px;
    font-family: "微软雅黑";
    background-color: #f3f3f3
}

.insider-contact .message li textarea {
    height: 160px;
    color: #8d8d8d
}

.insider-contact .message li .code {
    width: 135px
}

.insider-contact .message li .button {
    width: 154px;
    padding: 5px 0 7px 0;
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    background: #0075C2;
    background: -webkit-linear-gradient(#0075C2, #0075C2, #b91925, #ad1521, #ad1521);
    background: linear-gradient(#0075C2, #0075C2, #b91925, #ad1521, #ad1521);
    border-radius: 5px;
    margin-top: 17px
}

.insider-contact .message li .button:hover {
    color: #fff;
    background: #eb1c22
}

.insider-contact .message li .button:focus {
    color: #fff;
    background-color: #0075C2
}

.insider-contact .contact {
    width: 605px;
    float: left;
    margin-left: 70px;
    line-height: 34px;
    font-size: 16px
}

.insider-contact .contact .title {
    font-size: 24px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 30px;
    padding-left: 30px;
    color: #0075C2;
    vertical-align: top;
    background: url(../images/contact-icon02-hover.png) no-repeat left 2px;
    border-bottom: solid 1px #d2d2d2
}

.insider-contact .contact .title:first-child {
    margin-top: 0
}

.inside-translation-show {
    position: relative;
    margin-top: -20px;
    line-height: 30px;
    padding-bottom: 70px
}

.inside-translation-show h1 {
    color: #333;
    font-size: 24px;
    margin-bottom: 40px;
    position: relative;
    font-weight: normal;
    padding-left: 55px
}

.inside-translation-show h1:before {
    top: -8px;
    left: 0;
    content: "";
    width: 45px;
    height: 45px;
    position: absolute;
    background: #e40717;
    border-radius: 100%
}

.inside-translation-show h1:after {
    content: "";
    width: 20px;
    height: 2px;
    top: 50%;
    left: 22px;
    z-index: 1;
    background: #fff;
    margin-top: 1px;
    margin-left: -10px;
    position: absolute
}

.inside-translation-show .tit {
    margin-top: 35px
}

.inside-translation-show .tit span {
    height: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    background: #e40717;
    padding: 0 10px 0 30px;
    position: relative
}

.inside-translation-show .tit span:before {
    top: 50%;
    left: 10px;
    content: "";
    width: 5px;
    height: 5px;
    margin-top: -2.5px;
    position: absolute;
    border-radius: 100%;
    background: #fff
}

.inside-translation-show .tit span:after {
    content: "";
    right: -15px;
    top: 0;
    position: absolute;
    border-top: solid 15px transparent;
    border-bottom: solid 15px transparent;
    border-left: solid 15px #e40717
}

.inside-translation-show .list {
    margin-top: 50px;
    padding-bottom: 30px
}

.inside-translation-show .list li {
    float: left;
   max-width: 21.66%;
    padding: 0 10px;
    text-align: center;
    border-right: solid 1px #cfcfcf
}

.inside-translation-show .list li:first-child {
    border-left: solid 1px #cfcfcf
}

.inside-translation-show .t1 {
    margin-top: 10px;
    margin-left: 25px;
    position: relative;
    padding-left: 13px
}

.inside-translation-show .t1:before {
    content: "";
    width: 5px;
    height: 5px;
    left: 0;
    top: 12px;
    position: absolute;
    background: #e40717;
    border-radius: 100%
}

.inside-solutions-video {
    line-height: 30px;
    padding-bottom: 70px
}

.inside-solutions-video .txtbox {
    width: 360px;
    float: left;
    margin-top: 70px;
    margin-left: 90px;
    position: relative;
    text-align: justify
}

.inside-solutions-video .txtbox:before {
    top: -100px;
    left: -90px;
    z-index: -1;
    content: "";
    width: 150px;
    height: 240px;
    position: absolute;
    background: #f7f7f7
}

.inside-solutions-video .txtbox .tit {
    color: #2e3760;
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative
}

.inside-solutions-video .txtbox .tit:before {
    content: "";
    width: 40px;
    height: 2px;
    bottom: 0;
    left: 0;
    position: absolute;
    background: #000000
}

.inside-solutions-03 {
    width: 1200px;
    margin: 0 auto;
    line-height: 30px;
    position: relative;
    margin-top: -30px;
    padding-bottom: 70px
}

.inside-solutions-03 .pic {
    top: 0;
    right: 0;
    position: absolute
}

.inside-solutions-03 li {
    width: 250px;
    float: left;
    text-align: justify;
    margin: 0 50px 0 70px
}

.inside-solutions-03 li .number {
    color: #ff4527;
    font-size: 230px;
    line-height: 230px;
    font-family: "AkzidenzGrotesk-Medium"
}

.inside-solutions-03 li .tit {
    color: #333;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px
}

.inside-solutions-03 li:hover .tit {
    color: #ff4527
}

.inside-customer-04 {
    width: 1259px;
    margin: 0 auto;
    padding-bottom: 70px
}

.inside-customer-04 .item {
    width: 629px;
    float: left
}

.inside-customer-04 .item dt {
    width: 315px;
    height: 206px;
    float: left;
    overflow: hidden;
    position: relative
}

.inside-customer-04 .item dt img {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.inside-customer-04 .item dd {
    width: 314px;
    height: 206px;
    float: left;
    padding-top: 25px;
    padding-right: 30px;
    padding-left: 40px;
    line-height: 30px;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease;
    background: #f8f8f8;
    position: relative
}

.inside-customer-04 .item dd:before {
    z-index: 9;
    content: "";
    left: -11px;
    top: 50%;
    margin-top: -5px;
    position: absolute;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease;
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    border-right: solid 11px #f8f8f8
}

.inside-customer-04 .item dd .number {
    color: #000000;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 5px;
    font-family: "AkzidenzGrotesk-Medium"
}

.inside-customer-04 .item02 {
    float: right;
    position: relative;
    width: 630px;
    height: 412px;
    overflow: hidden
}

.inside-customer-04 .item02 img {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

.inside-customer-04 .item02 p {
    width: 100%;
    left: 0;
    top: 110px;
    color: #fff;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    position: absolute
}

.inside-customer-04 .item02:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.inside-customer-04 dl:hover dt img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

.inside-customer-04 .dl02 dt {
    float: right
}

.inside-customer-04 .dl02 dd:before {
    z-index: 9;
    content: "";
    left: auto;
    right: -11px;
    top: 50%;
    margin-top: -5px;
    position: absolute;
    border-right: 0;
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    border-left: solid 11px #f8f8f8
}

.inside-solutions-04 {
    line-height: 30px;
    padding-bottom: 70px
}

.inside-solutions-04 .title {
    font-size: 30px;
    color: #333;
    vertical-align: top;
    line-height: 48px
}

.inside-solutions-04 .title span {
    width: 62px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    font-family: arial;
    text-align: center;
    margin-right: 10px;
    margin-top: -8px;
    display: inline-block;
    background: url(../images/solutions-06.png) no-repeat
}

.inside-solutions-04 .box-1 {
    position: relative
}

.inside-solutions-04 .box-1 .item {
    z-index: 2;
    width: 700px;
    margin-left: 70px;
    position: relative;
    padding-top: 15px
}

.inside-solutions-04 .box-1 .line {
    left: 25px;
    top: 35px;
    z-index: 1;
    position: absolute
}

.inside-solutions-04 .box-1 .title {
    margin-left: -70px
}

.inside-solutions-04 .box-2 {
    padding: 60px 0;
    margin-top: 60px;
    text-align: justify;
    background: #f5f5f5
}

.inside-solutions-04 .box-2 .title {
    margin-bottom: 20px
}

.inside-solutions-04 .box-2 .left {
    width: 300px;
    float: left;
    padding-left: 75px
}

.inside-solutions-04 .box-2 .left p {
    text-indent: 2em
}

.inside-solutions-04 .box-2 .right {
    width: 360px;
    float: right;
    margin-right: 0
}

.inside-solutions-04 .box-2 .right p {
    text-indent: 2em
}

.inside-solutions-04 .box-2 .container {
    position: relative
}

.inside-solutions-04 .box-2 .pic {
    top: 50px;
    left: 295px;
    position: absolute
}

.inside-solutions-04 .box-3 {
    padding-top: 60px
}

.inside-solutions-04 .box-3 .tit {
    margin: 20px 0 40px 100px
}

.inside-global-fl {
    padding-top: 40px;
    line-height: 30px
}

.inside-global-fl li {
    padding-top: 35px;
    padding-bottom: 50px;
    border-bottom: solid 1px #e0e0e0
}

.inside-global-fl li .pic {
    width: 176px;
    height: 91px;
    float: left;
    position: relative;
    overflow: hidden;
    border: solid 1px #e0e0e0
}

.inside-global-fl li .pic img {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.inside-global-fl li .txtbox {
    width: 970px;
    float: right
}

.inside-global-fl li .txtbox .tit {
    font-size: 16px;
    color: #444;
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative
}

.inside-global-fl li .txtbox .tit:before {
    left: 0;
    top: 8px;
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 100%;
    border: solid 2px #000000
}

.inside-global-fl li .txtbox .txt {
    color: #8e8e8e
}

.inside-global-fl li:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.inside-global-menu .tab {
    width: 170px;
    float: left
}

.inside-global-menu .tab li {
    color: #333;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    margin-bottom: 1px;
    position: relative;
    background: #eee
}

.inside-global-menu .tab li:before {
    content: "";
    width: 0;
    height: 50px;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    position: absolute;
    background: #000000
}

.inside-global-menu .tab li:after {
    content: "";
    left: 0;
    top: 50%;
    opacity: 0;
    margin-top: -5px;
    position: absolute;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    border-left: solid 14px #000000
}

.inside-global-menu .tab li span {
    height: 53px;
    line-height: 53px;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.inside-global-menu .tab li:hover,
.inside-global-menu .tab .active {
    color: #fff
}

.inside-global-menu .tab li:hover:after,
.inside-global-menu .tab .active:after {
    opacity: 1;
    left: 170px
}

.inside-global-menu .tab li:hover:before,
.inside-global-menu .tab .active:before {
    width: 100%;
    opacity: 1
}

.inside-global-menu .tabwarp {
    width: 1003px;
    float: right;
    border: solid 1px #cfcfcf
}

.inside-global-menu .tabcot {
    min-height: 152px;
    display: none;
    overflow: hidden;
    position: relative;
    padding: 12px 20px 0 30px;
    margin-bottom: 1px;
    border-bottom: solid 1px #cfcfcf
}

.inside-global-menu .tabcot .more {
    bottom: 27px;
    right: 5px;
    z-index: 99;
    width: 10%;
    color: #0075c2;
    text-align: left;
    background: #fff;
    position: absolute
}

.inside-global-menu .tabcot .more:hover {
    color: #0075C2
}

.inside-global-menu .tabcot ul {
    height: 124px;
    overflow: hidden;
    margin-bottom: 21px
}

.inside-global-menu .tabcot li {
    width: 10%;
    float: left;
      overflow:hidden;
      margin-top: 5px
}

.inside-global-menu .tabcot li a {
    display: inline-block;
    padding: 0 10px;
     
    border: solid 1px #fff
}

.inside-global-menu .tabcot li:hover a,
.inside-global-menu .tabcot li a.active {
    color: #f00;
    border-radius: 15px;
    border-color: #f00
}

.inside-translation-list {
    min-height: 788px;
    margin-top: 50px;
    padding-top: 85px;
    background: url(../images/translation-bg.jpg) no-repeat top center
}

.inside-translation-list ul {
    padding-left: 60px;
    border-bottom: solid 1px #203051
}

.inside-translation-list li:hover {
    border-color: #ec0927
}

.inside-translation-list li:hover span {
    color: #ec0927;
    font-size: 50px;
    border-color: #ec0927
}

.inside-translation-list li:hover span:before {
    background: #ec0927
}

.inside-translation-list li {
    width: 200px;
    float: left;
    position: relative;
    text-align: justify
}

.inside-translation-list li span {
    top: -84px;
    left: -42px;
    width: 84px;
    height: 84px;
    display: block;
    line-height: 84px;
    text-align: center;
    position: absolute;
    border-radius: 100%;
    font-size: 60px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    border: solid 1px #7f7f7f;
    font-family: "AGENCYB"
}

.inside-translation-list li span:before {
    content: "";
    width: 6px;
    height: 6px;
    left: 50%;
    bottom: -6px;
    margin-left: -3px;
    position: absolute;
    border-radius: 100%;
    background: #1f2f50
}

.inside-translation-list li .txtbox {
    padding-top: 15px;
    color: #666
}

.inside-translation-list li .font18 {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px
}

.inside-translation-list li:first-child {
    width: 250px;
    padding-right: 80px
}

.inside-translation-list .li01 {
    height: 260px;
    padding-left: 15px;
    padding-right: 40px;
    border-left: solid 1px #1f2f50
}

.inside-translation-list .li02 {
    height: 170px;
    margin-top: 90px
}

.inside-translation-list .li03 {
    width: 250px;
    padding-right: 40px
}

.inside-translation-list .li04 {
    width: 180px;
    padding-right: 0
}

.inside-translation-list .item-box {
    border-bottom: 0;
    padding-left: 0;
    margin-left: 120px
}

.inside-translation-list .item-box li span {
    top: auto;
    bottom: -84px
}

.inside-translation-list .item-box li span:before {
    top: -6px;
    bottom: auto
}

.inside-translation-list .item-box li .txtbox {
    bottom: 40px;
    position: absolute
}

.inside-translation-list .item-box .li02 {
    margin-top: 0
}

.inside-translation-list02 {
    height: 414px;
    padding-top: 70px;
    border-bottom: solid 1px #e0dfdf;
    background: url(../images/translation-bg-02.jpg) no-repeat top center
}

.inside-translation-list02 .list {
    height:315px;
    background: #fff;
    position: relative;
    border: solid 1px #dadada
}

.inside-translation-list02 .list:before {
    content: "";
    width: 36px;
    height: 7px;
    top: -3px;
    left: -3px;
    position: absolute;
    background: #000000
}

.inside-translation-list02 .list:after {
    content: "";
    width: 6px;
    height: 37px;
    top: 4px;
    left: -3px;
    background: #000000;
    position: absolute
}

.inside-translation-list02 .list ul {
    height: 313px;
    overflow: hidden;
    padding: 40px 90px 0 90px;
    border: solid 1px #f7f7f7
}

.inside-translation-list02 .list li {
    width: 14%;
    float: left;
    line-height: 32px
}

.inside-translation-list02 .list li:hover a {
    text-decoration: underline
}

.inside-translation-list02 .list .tit {
    font-size: 18px;
    padding-bottom: 30px
}

.inside-history {
    padding-bottom: 70px
}

.inside-history .button {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    display: inline-block;
    background-color: #0075C2
}

.inside-history .button:hover {
    background-color: #0075C2
}

.inside-history .tit {
    text-align: center;
    position: relative
}

.inside-history .tit:before {
    bottom: -1px;
    content: "";
    left: 50%;
    width: 34px;
    height: 4px;
    margin-left: -17px;
    position: absolute;
    background: #ec0927
}

.inside-history .tit span {
    color: #ec0927;
    font-size: 42px;
    line-height: 50px;
    font-family: "AGENCYB";
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: solid 1px #c5c5c5
}

.inside-history .list {
    overflow: hidden
}

.inside-history ul {
    height: 100%;
    padding: 40px 0;
    position: relative
}



.inside-history ul li {
    width: 540px;
    min-height: 126px;
    position: relative
}

.inside-history ul li span {
    width: 95px;
    height: 95px;
    color: #0075C2;
    font-size: 24px;
    text-align: center;
    line-height: 95px;
    font-family: "TOURINA SSI_0";
    display: inline-block;
    border-radius: 100%;
    position: relative;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease
}

.inside-history ul li span:before {
    top: 50%;
    left: -8px;
    content: "";
    opacity: 0;
    z-index: -1;
    margin-top: -20px;
    position: absolute;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease;
    border-top: solid 20px transparent;
    border-bottom: solid 20px transparent;
}

.inside-history ul li .txt {
	z-index: 9;
    font-size: 16px;
    padding-left: 15px;
    width: 430px;
    color: #333;
    line-height: 30px;
    margin-top: -20px;
    margin-left: 10px;
    padding-bottom: 15px;
}

.inside-history ul .li01 {
    margin-left: 630px
}

.inside-history ul .li01 span {
    
}


.inside-history ul .li02 {
	text-align: right;
    margin-left: 0
}






.inside-history ul .li02 span {
    
}

.inside-history ul .li02 .txt {

    margin-left: 85px;
}

.inside-history li:hover:before {
 
}

.inside-history li:hover span {

}

.inside-history li:hover span:before {
    opacity: 1
}

.inside-solutions-05 {
    padding-bottom: 70px;
    line-height: 30px
}

.inside-solutions-05 .box {
    position: relative
}

.inside-solutions-05 .box span {
    top: 0;
    left: 0;
    position: absolute
}

.inside-solutions-05 .box .txt {
    padding-top: 110px;
    padding-left: 680px
}

.inside-solutions-05 .box .t1 {
    color: #333;
    font-size: 22px;
    margin-bottom: 30px
}

.inside-solutions-05 .box .description {
    z-index: 11;
    color: #2e3760;
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    top: 120px;
    left: 60px;
    padding-bottom: 10px;
    position: absolute;
    font-style: normal
}

.inside-solutions-05 .box .description:before {
    content: "";
    width: 100px;
    height: 2px;
    bottom: 0;
    left: 0;
    position: absolute;
    background: #000000
}

.inside-solutions-05 .box-1 span {
    z-index: 10
}

.inside-solutions-05 .box-2 span {
    top: -15px;
    left: 160px;
    z-index: 9;
    position: absolute
}

.inside-solutions-05 .box-2 .txt {
    padding-left: 520px
}

.inside-solutions-05 .box-3 span {
    top: -35px;
    z-index: 8
}

.inside-solutions-05 .box-3 .txt {
    padding-top: 80px;
    padding-left: 330px
}

.inside-solutions-05 .box-4 {
    padding-top: 80px
}

.inside-solutions-05 .box-4 span {
    left: 105px;
    top: 80px;
    z-index: 7
}

.inside-solutions-05 .box-4 .txt {
    padding-left: 440px
}

.inside-solutions-05 .box-5 {
    padding-bottom: 150px
}

.inside-solutions-05 .box-5 span {
    top: -50px;
    left: 0
}

.inside-solutions-05 .box-5 .txt {
    padding-top: 70px;
    padding-left: 330px
}

.inside-solutions-06 {
    margin-top: -35px;
    position: relative;
    line-height: 30px;
    padding-bottom: 70px
}

.inside-solutions-06 .box-1 {
    margin-top: 70px
}

.inside-solutions-06 .box-1 .leftbox {
    width: 590px;
    float: left;
    position: relative
}

.inside-solutions-06 .box-1 .leftbox span {
    left: 0;
    top: 112px;
    z-index: 9;
    position: absolute
}

.inside-solutions-06 .box-1 .leftbox .txtbox {
    width: 414px;
    margin-left: 175px;
    padding: 50px;
    padding-left: 110px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: solid 7px #e6eefa
}

.inside-solutions-06 .box-1 .leftbox .txtbox .t1 {
    left: -70px;
    top: -80px;
    width: 100%;
    color: #333;
    line-height: 40px;
    font-size: 30px;
    position: absolute
}

.inside-solutions-06 .box-1 .leftbox .txtbox .t1 span {
    background: #fff
}

.inside-solutions-06 .box-1 .rightbox {
    width: 536px;
    float: right;
    position: relative
}

.inside-solutions-06 .box-1 .rightbox .item {
    float: left
}

.inside-solutions-06 .box-1 .rightbox .item .t1 {
    color: #333;
    padding-top: 20px;
    padding-left: 20px;
    line-height: 40px;
    font-size: 30px
}

.inside-solutions-06 .box-1 .rightbox .txtbox {
    right: 0;
    bottom: 15px;
    width: 360px;
    padding: 30px;
    position: absolute;
    background: #e6eefa;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 270px
}

.inside-solutions-06 .box-2 {
    position: relative;
    margin-top: 55px;
    margin-left: 180px
}

.inside-solutions-06 .box-2 .txtbox {
    left: 270px;
    top: 0;
    width: 360px;
    padding: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: absolute;
    background: #e6eefa
}

.inside-solutions-06 .box-2 .txtbox .t1 {
    color: #333;
    font-size: 30px;
    line-height: 40px;
    margin-top: -55px;
    position: relative;
    margin-bottom: 20px
}

.inside-solutions-06 .box-3 .leftbox {
    width: 490px;
    float: left;
    z-index: 9;
    margin-top: -20px;
    position: relative
}

.inside-solutions-06 .box-3 .leftbox .txtbox {
    left: 195px;
    top: 75px;
    width: 295px;
    padding: 30px;
    min-height: 365px;
    padding-right: 70px;
    position: absolute;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: #e6eefa
}

.inside-solutions-06 .box-3 .leftbox .txtbox .t1 {
    color: #333;
    font-size: 30px;
    line-height: 40px;
    position: relative
}

.inside-solutions-06 .box-3 .rightbox {
    width: 590px;
    float: right
}

.inside-solutions-06 .box-3 .rightbox img {
    float: right;
    z-index: 9;
    position: relative;
    margin-top: -110px
}

.inside-solutions-06 .box-3 .rightbox .txtbox {
    width: 414px;
    padding: 40px;
    margin-top: 60px;
    padding-right: 90px;
    position: relative;
    text-align: justify;
    min-height: 265px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: solid 7px #e6eefa
}

.inside-solutions-06 .box-3 .rightbox .txtbox .t1 {
    left: 40px;
    top: -25px;
    width: 100%;
    color: #333;
    line-height: 40px;
    font-size: 30px;
    position: absolute
}

.inside-solutions-06 .box-3 .rightbox .txtbox .t1 span {
    background: #fff
}

.inside-join {
    position: relative;
    margin-top: -30px;
    line-height: 30px;
    padding-bottom: 70px
}

.inside-join .font16 a {
    color: #e40717
}

.inside-join .font16 a:hover {
    text-decoration: underline
}

.inside-join ul {
    margin: 0 -10px
}

.inside-join li {
    width: 555px;
    float: left;
    height: 270px;
    padding: 35px;
    margin: 0 20px;
    margin-top: 50px;
    position: relative;
    padding-top: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: solid 1px #e2e2e2
}

.inside-join li:before {
    left: 50%;
    content: "";
    width: 0;
    height: 4px;
    top: -2px;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
    position: absolute;
    background: #e40717
}

.inside-join li .t1 {
    height: 60px;
    overflow: hidden;
    line-height: 60px;
    font-size: 20px;
    color: #111;
    position: relative;
    padding-right: 150px;
    border-bottom: solid 1px #e2e2e2
}

.inside-join li .t1 span {
    color: #555;
    right: 20px;
    top: 0;
    width:100px;
    font-size: 14px;
    position: absolute
}

.inside-join li .t2 {
    height: 90px;
    color: #333;
    margin-top: 20px;
    overflow: hidden;
    margin-bottom: 20px
}

.inside-join li .button {
    height: 33px;
    width: 130px;
    color: #777;
    line-height: 31px;
    text-align: center;
    display: inline-block;
    border: solid 1px #e2e2e2
}

.inside-join li:hover {
    box-shadow: 0 0 20px #ccc
}

.inside-join li:hover:before {
    width: 90%;
    left: 30px;
    opacity: 1
}

.inside-join li:hover .button {
    color: #fff;
    border-color: #e40717;
    background: #e40717
}

.bullet-box01 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
    position: fixed;
    background: url(../images/transparent-bg01.png) repeat
}

.bullet-box01 .item-01 {
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -230px;
    width: 600px;
    height: 460px;
    background: #fff;
    position: absolute
}

.bullet-box01 .box {
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 0;
    line-height: 30px
}

.bullet-box01 .box .tit {
    color: #545454;
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    padding-right: 100px;
    border-bottom: solid 1px #dbdbdb
}

.bullet-box01 .box-red {
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 10px 30px;
    position: absolute;
    background: #e40717
}

.bullet-box01 .box-red .button-01 {
    right: 20px;
    top: 16px;
    width: 120px;
    height: 34px;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    border: solid 2px #fff;
    position: absolute
}

.bullet-box01 .box-red .button-01:hover {
    color: #e40717;
    background: #fff
}

.bullet-box01 #cont1 {
    padding-right: 0;
    height: 290px;
    overflow: hidden
}

.bullet-box01 .box-hiddle {
    height: 290px;
    overflow: auto
}

.bullet-box01 .box-hiddle::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background: #eee
}

.bullet-box01 .box-hiddle::-webkit-scrollbar-track {
    box-shadow: inset 0 0 4px #fff;
    border-radius: 10px
}

.bullet-box01 .box-hiddle::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 4px #ccc
}

.bullet-box01 .close {
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    position: absolute;
    background: url(../images/close.png) no-repeat
}

.bullet-box01 .close:hover {
    background: url(../images/close-hover.png)
}

.transparent {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    height: 100%;
    display: none
}

.popup {
    position: fixed;
    z-index: 999;
    width: 832px;
    height: 700px;
    background: #fff;
    display: none;
    left: 50%;
    top: 50%;
    margin: -350px 0 0 -390px;
    padding: 20px;
    overflow: hidden
}

.popup .box {
    height: 100%;
    padding: 11px 34px
}

.popup .box::-webkit-scrollbar {
    width: 3px;
    height: 100%
}

.popup .box::-webkit-scrollbar-button {
    display: none
}

.popup .box::-webkit-scrollbar-track {
    background: #fff
}

.popup .box::-webkit-scrollbar-thumb {
    background: url("../images/scroll01.png") no-repeat center center;
    height: 20px;
    width: 3px
}

.popup .close {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 67px;
    top: 38px;
    z-index: 4;
    background: url(../images/close.png) no-repeat
}

.popup .close:hover {
    background: url(../images/close-hover.png) no-repeat
}

.jianli .jianli-title {
    font-size: 24px;
    color: #d81929;
    padding-top: 30px;
    background: #fff url("../images/xie.png") no-repeat left 30px;
    padding-left: 30px;
    margin-bottom: 11px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3
}

.jianli input,
.jianli select,
.jianli textarea {
//  -webkit-appearance: none;
//  -moz-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    overflow-y: hidden;
    overflow-x: hidden
}

.jianli select {
    border: solid 1px #cecece;
//  background: url(../images/arrow.jpg) no-repeat 132px center
}

.jianli .jianli-table {
    border: 1px solid #e9e9e9;
    border-bottom: 0;
    margin-top: 47px
}

.jianli .jianli-table ul {
    overflow: hidden
}

.jianli .jianli-table ul li {
    height: 52px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #e9e9e9
}

.jianli .jianli-table ul li label {
    font-size: 14px;
    line-height: 50px;
    color: #666;
    text-align: center;
    width: 129px;
    display: block;
    float: left;
    background: #fbfbfb;
    border-right: 1px solid #e9e9e9
}

.jianli .jianli-table ul li .sub {
    height: 80px
}

.jianli .jianli-table ul li select {
    width: 161px;
    height: 30px;
    text-align: center;
    margin-top: 11px;
    margin-left: 18px;
    padding: 0 10px;
    color: #9e9e9e
}

.jianli .jianli-table ul li span {
    display: block;
    height: 52px;
    line-height: 52px;
    float: left;
    color: #848484
}

.jianli .jianli-table ul li input {
    line-height: 29px;
    height: 30px;
    border: 1px solid #cecece;
    padding: 0 12px;
    color: #9e9e9e;
    background: none;
    width: 240px;
    font-family: "微软雅黑";
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 14px;
    margin-top: 11px;
    margin-left: 18px;
    float: left
}

.jianli .jianli-table ul li input:focus {
    border: 1px solid #d6bf7f
}

.jianli .jianli-table ul li input::-webkit-input-placeholder {
    color: #9e9e9e
}

.jianli .jianli-table ul li input:-moz-placeholder {
    color: #9e9e9e;
    opacity: 1
}

.jianli .jianli-table ul li input::-moz-placeholder {
    color: #9e9e9e;
    opacity: 1
}

.jianli .jianli-table ul li input:-ms-input-placeholder {
    color: #9e9e9e
}

.jianli .jianli-table ul li .name {
    width: 213px
}

.jianli .jianli-table ul li .email {
    width: 314px
}

.jianli .jianli-table ul li .tel {
    width: 241px
}

.jianli .jianli-table ul li .address {
    width: 514px
}

.jianli .jianli-table ul li input:focus,
.jianli .jianli-table ul li textarea:focus {
    border-color: #e40717
}

.jianli .jianli-table ul li i {
    color: #f00;
    font-style: normal;
    float: left;
    display: block;
    margin-top: 17px;
    margin-left: 9px
}

.jianli .jianli-table ul li .yanzheng {
    width: 143px;
    float: left
}

.jianli .jianli-table ul li a {
    display: block;
    float: left;
    padding-left: 12px;
    margin-top: 11px
}

.jianli .jianli-table ul li a img {
    float: left
}

.jianli .jianli-table ul li a span {
    float: left;
    margin-left: 10px;
    line-height: 33px;
    height: 33px;
    display: block;
    text-decoration: underline;
    color: #a4a4a4
}

.jianli .jianli-table ul .message-content {
    height: 130px
}

.jianli .jianli-table ul .message-content label {
    height: 129px
}

.jianli .jianli-table ul .message-content textarea {
    margin-top: 11px;
    margin-left: 18px;
    outline: none;
    padding: 0 9px;
    line-height: 31px;
    height: 105px;
    border: 1px solid #cecece;
    color: #9e9e9e;
    background: none;
    width: 515px;
    font-family: "微软雅黑";
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 14px
}

.jianli .jianli-table ul .message-content textarea::-webkit-input-placeholder {
    color: #9e9e9e
}

.jianli .jianli-table ul .message-content textarea:-moz-placeholder {
    color: #9e9e9e;
    opacity: 1
}

.jianli .jianli-table ul .message-content textarea::-moz-placeholder {
    color: #9e9e9e;
    opacity: 1
}

.jianli .jianli-table ul .message-content textarea:-ms-input-placeholder {
    color: #9e9e9e
}

.jianli .jianli-table ul .message-submit {
    height: auto;
    border-bottom: 0;
    border-bottom: solid 2px #d1d1d1
}

.jianli .jianli-table ul .message-submit input {
    width: 131px;
    height: 42px;
    line-height: 20px;
    border: 0;
    color: #fff;
    vertical-align: top;
    font-weight: bold;
    font-size: 14px;
    margin-top: 22px;
    border-radius: 5px
}

.jianli .jianli-table ul .message-submit #tijiao {
    background: #1c62b0;
    margin-right: 5px;
    margin-left: 20px
}

.jianli .jianli-table ul .message-submit #tijiao:hover {
    cursor: pointer;
    background: #d81929
}

.jianli .jianli-table ul .message-submit #quxiao {
    background: #c6c6c6
}

.jianli .jianli-table ul .message-submit #quxiao:hover {
    cursor: pointer;
    background: #d81929
}

.inside-map {
    padding-bottom: 70px;
    padding-top: 70px
}

.inside-map ul {
    padding: 0 50px
}

.inside-map li {
    padding: 15px 0;
    font-size: 15px;
    border-top: dotted 1px #ddd
}

.inside-map li h3 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px
}

.inside-map li h3 a {
    color: #333
}

.inside-map li h3 a:hover {
    color: #0075C2
}

.inside-map li a {
    margin-right: 15px;
    display: inline-block
}

.inside-map li dl {
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 15px
}

.inside-map li dt {
    width: 10%;
    float: left
}

.inside-map li dt a {
    color: #666;
    color: #0075C2
}

.inside-map li dd {
    width: 90%;
    float: left
}

.inside-map li dd a {
    width: 15%;
    padding-right: 20px;
    display: inline-block
}

.inside-map li:first-child {
    border-top: 0
}

.contmap {
    position: relative;
    z-index: 5;
    padding: 80px 0 0 0
}

.contmap .map_content img {
    max-width: inherit;
    max-height: inherit
}

.contmap .amap {
    width: 100%;
    height: 450px;
    overflow: hidden
}

.contmap .amap b {
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    color: #0075C2;
    font-weight: bold
}

.contmap .amap span {
    line-height: 20px;
    font-size: 16px
}

.contmap .ditu {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #fff;
    height: 450px
}

.mapt {
    width: 400px;
    margin: 0 auto;
    margin-bottom: 30px
}

.mapt span {
    font-size: 16px;
    width: 200px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    border: solid 1px #dcdcdc
}

.mapt .slick-current span {
    background: #0075c2;
    color: #fff;
    border: solid 1px #0075c2
}

.contmap .slick-initialized .slick-slide {
    display: inline-block;
    text-align: center
}

.anchorBL {
    display: none
}

.single {
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 30px;
    font-size: 16px;
    min-height: 400px
}

.prompt {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../images/ie_sosad.png) no-repeat center 35% #fff;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 999;
    filter: alpha(opacity=80);
    opacity: 80
}

.prompt span {
    position: absolute;
    font-size: 14px;
    font-family: 'puhuir';
    top: 55%;
    left: 50%;
    margin-left: -152px;
    width: 304px;
    display: block;
    line-height: 24px;
    color: #666
}

.prompt span a {
    text-decoration: underline
}

.prompt_close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    background: url(../images/closed.png) no-repeat center center;
    cursor: pointer
}





